FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource ValueSet/FHIR Server from package hl7.fhir.us.physical-activity#current (31 ms)

Package hl7.fhir.us.physical-activity
Type ValueSet
Id Id
FHIR Version R4
Source http://hl7.org/fhir/us/physical-activity/https://build.fhir.org/ig/HL7/physical-activity/ValueSet-pa-servicerequest-status.html
Url http://hl7.org/fhir/us/physical-activity/ValueSet/pa-servicerequest-status
Version 1.0.1
Status draft
Date 2024-03-12T17:26:10+00:00
Name PAServiceRequestStatus
Title PA ServiceRequest Status
Experimental True
Realm us
Authority hl7
Description The status values that are permitted for the PAServiceRequest resource, excluding 'unknown'

Resources that use this resource

StructureDefinition
pa-servicerequest PA Service Request

Resources that this resource uses

CodeSystem
http://hl7.org/fhir/request-status Request Status
http://hl7.org/fhir/request-status RequestStatus


Narrative

Note: links and images are rebased to the (stated) source

  • Include these codes as defined in http://hl7.org/fhir/request-status
    CodeDisplayDefinition
    draftDraftThe request has been created but is not yet complete or ready for action.
    activeActiveThe request is in force and ready to be acted upon.
    on-holdOn HoldThe request (and any implicit authorization to act) has been temporarily withdrawn but is expected to resume in the future.
    revokedRevokedThe request (and any implicit authorization to act) has been terminated prior to the known full completion of the intended actions. No further activity should occur.
    completedCompletedThe activity described by the request has been fully performed. No further activity will occur.
    entered-in-errorEntered in ErrorThis request should never have existed and should be considered 'void'. (It is possible that real-world decisions were based on it. If real-world activity has occurred, the status should be "revoked" rather than "entered-in-error".).

Source

{
  "resourceType" : "ValueSet",
  "id" : "pa-servicerequest-status",
  "text" : {
    "status" : "extensions",
    "div" : "<div xmlns=\"http://www.w3.org/1999/xhtml\"><ul><li>Include these codes as defined in <a href=\"http://hl7.org/fhir/R4/codesystem-request-status.html\"><code>http://hl7.org/fhir/request-status</code></a><table class=\"none\"><tr><td style=\"white-space:nowrap\"><b>Code</b></td><td><b>Display</b></td><td><b>Definition</b></td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-request-status.html#request-status-draft\">draft</a></td><td style=\"color: #cccccc\">Draft</td><td>The request has been created but is not yet complete or ready for action.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-request-status.html#request-status-active\">active</a></td><td style=\"color: #cccccc\">Active</td><td>The request is in force and ready to be acted upon.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-request-status.html#request-status-on-hold\">on-hold</a></td><td style=\"color: #cccccc\">On Hold</td><td>The request (and any implicit authorization to act) has been temporarily withdrawn but is expected to resume in the future.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-request-status.html#request-status-revoked\">revoked</a></td><td style=\"color: #cccccc\">Revoked</td><td>The request (and any implicit authorization to act) has been terminated prior to the known full completion of the intended actions. No further activity should occur.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-request-status.html#request-status-completed\">completed</a></td><td style=\"color: #cccccc\">Completed</td><td>The activity described by the request has been fully performed. No further activity will occur.</td></tr><tr><td><a href=\"http://hl7.org/fhir/R4/codesystem-request-status.html#request-status-entered-in-error\">entered-in-error</a></td><td style=\"color: #cccccc\">Entered in Error</td><td>This request should never have existed and should be considered 'void'. (It is possible that real-world decisions were based on it. If real-world activity has occurred, the status should be &quot;revoked&quot; rather than &quot;entered-in-error&quot;.).</td></tr></table></li></ul></div>"
  },
  "extension" : [
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-wg",
      "valueCode" : "pc"
    },
    {
      "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-standards-status",
      "valueCode" : "informative",
      "_valueCode" : {
        "extension" : [
          {
            "url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-conformance-derivedFrom",
            "valueCanonical" : "http://hl7.org/fhir/us/physical-activity/ImplementationGuide/physical-activity"
          }
        ]
      }
    }
  ],
  "url" : "http://hl7.org/fhir/us/physical-activity/ValueSet/pa-servicerequest-status",
  "version" : "1.0.1",
  "name" : "PAServiceRequestStatus",
  "title" : "PA ServiceRequest Status",
  "status" : "draft",
  "experimental" : true,
  "date" : "2024-03-12T17:26:10+00:00",
  "publisher" : "HL7 International / Patient Care",
  "contact" : [
    {
      "name" : "HL7 International / Patient Care",
      "telecom" : [
        {
          "system" : "url",
          "value" : "http://www.hl7.org/Special/committees/patientcare"
        }
      ]
    }
  ],
  "description" : "The status values that are permitted for the PAServiceRequest resource, excluding 'unknown'",
  "jurisdiction" : [
    {
      "coding" : [
        {
          "system" : "urn:iso:std:iso:3166",
          "code" : "US"
        }
      ]
    }
  ],
  "compose" : {
    "include" : [
      {
        "system" : "http://hl7.org/fhir/request-status",
        "concept" : [
          {
            "code" : "draft"
          },
          {
            "code" : "active"
          },
          {
            "code" : "on-hold"
          },
          {
            "code" : "revoked"
          },
          {
            "code" : "completed"
          },
          {
            "code" : "entered-in-error"
          }
        ]
      }
    ]
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.